public class DTPdfOverlay
| Modifier and Type | Method and Description |
|---|---|
static void | addHyperLink(BBjString pdfFile$, BBjNumber pageNum, BBjNumber x, BBjNumber y, BBjNumber w, BBjNumber h, BBjString url$)Add a clickable URL annotation to a rectangle on a page. Used for Dynamo Invoice to make shipping tracking numbers clickable in the PDF. |
static void | overlay(BBjString pdfIn$, BBjString overlayPdf$) |
public static void addHyperLink(BBjString pdfFile$, BBjNumber pageNum, BBjNumber x, BBjNumber y, BBjNumber w, BBjNumber h, BBjString url$)
Add a clickable URL annotation to a rectangle on a page. Used for Dynamo Invoice to make shipping tracking numbers clickable in the PDF.